Nevron .NET Vision
Nevron.GraphicsCore Namespace / NGeometry2D Class / Rotate Method / Rotate(NPointD[],Double) Method
An array of points.
Rotation angle (in Radians).


In This Topic
    Rotate(NPointD[],Double) Method
    In This Topic
    Rotates the specified points.
    Syntax
    'Declaration
     
    
    Public Overloads Shared Sub Rotate( _
       ByVal points() As NPointD, _
       ByVal angle As System.Double _
    ) 
    'Usage
     
    
    Dim points() As NPointD
    Dim angle As System.Double
     
    NGeometry2D.Rotate(points, angle)
    public static void Rotate( 
       NPointD[] points,
       System.double angle
    )

    Parameters

    points
    An array of points.
    angle
    Rotation angle (in Radians).
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also